home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / ON / MAIL < prev    next >
Encoding:
Text File  |  1993-05-04  |  1.0 KB  |  21 lines

  1. Usage: ON [#|+|-|^|&|@]MAIL [-|^]<count> [action]
  2.   This is activated whenever you receive new mail (non-irc mail)
  3.   or when you start up irc and you have mail.  You can use this
  4.   to replace the standard "*** You have new mail" banner with
  5.   anything you like.  The parameters for this function are:
  6.     $0  The number of new mail messages
  7.     $1  Total number of mail messages
  8.   On startup, new mail messages will be all messages found.
  9.   After that, for example if you had 2 messages and a new
  10.   message came in, new messages would be 1.  Here are a few
  11.   examples of how to use this:
  12.     ON ^MAIL 1 /echo *** You have $0 new mail message, total of $1
  13.     ON ^MAIL * /echo *** You have $0 new mail messages, total of $1
  14.   These will display the number of new messages that arrive.
  15.   Here is another example:
  16.     ON ^MAIL * /comment
  17.   This will disable the display of any message when you have
  18.   mail.  Setting the MAIL variable to OFF will also have this
  19.   effect, but this will also disable the total mail messages
  20.   count in the status line.
  21.